-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prioritize using default templates from card over task #1596
Conversation
Signed-off-by: elronbandel <[email protected]>
Signed-off-by: elronbandel <[email protected]>
… into default-template-policy
return self.card is not None and self.card.templates is not None and len(self.card.templates) > 0 | ||
|
||
@property | ||
def has_no_templates(self): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe 'user_specified_expicit_template' is a better name (of the negated option)
"references_field": "answers", | ||
"__description__": "lmms-evals default template for infovqa." | ||
}, | ||
"templates": [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe add this as a "template.qa.single_word_answer?"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The whole point of it being that it is curated for this card specifically
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's pretty generic instruction - but not critical.
Signed-off-by: elronbandel <[email protected]>
Signed-off-by: elronbandel <[email protected]>
… into default-template-policy
No description provided.